home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / info31 / entity.cn_ / entity.cn
Text File  |  1995-06-20  |  1KB  |  30 lines

  1. #    Format for the ENTITY.CNF data file:
  2. #
  3. #    Key,Friendly_Name,Transport_Type,Transport_Address,Timeout_Interval,Retry_Count,SNMP_Version,Context1,[Context2]\n
  4. #
  5. #        where, Key is the combination of 'E' and a positive number string 
  6. #        assigned to a record as the search key to the record. For 
  7. #        example, the first record will be E1, the second record will 
  8. #        be E2, and the Nth record will be En. 
  9. #
  10. #        The timeout interval value is in units of hundredths of seconds.
  11. #
  12. #        There will be maximum of two Contexts associate with an 
  13. #        entity. Therefore, we have Context1 and Context2 attached to
  14. #        an entity record. The second context, Context2, is optional. 
  15. #        Also, we will allow one context to be Read Only (RO) and the 
  16. #        other one is Read/Write (RW) access.
  17. #
  18. #        Also, note that Transport type and transport address are included
  19. #        for handling different transports such as UDP, IPX, etc.
  20. #      In WinSNMP.DLL, the following transport mapping is used:
  21. #
  22. #           UDP = 2
  23. #           IPX = 6
  24. #        VINES = 4
  25. #
  26. #    Sample records:
  27. E1,Local,2,150.1.1.5,10,5,1,C1,C2
  28. E2,Headquarter,6,00000001-080009186bc6,15,3,1,C1,C3
  29. E3,Server,4,2912520:1,15,3,1,C1,C3
  30.